home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / guardian_angel.swf / scripts / DefineSprite_397 / frame_19 / DoAction.as
Text File  |  2011-08-19  |  155b  |  10 lines

  1. if(bonuscount < lifebonus)
  2. {
  3.    bonuscount += "50";
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe + "2");
  8. }
  9. lifecount = lifes - int(bonuscount / "5000");
  10.